Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ACC_ABSTRACT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_ABSTRACT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_FINAL. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_FINAL. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_INTERFACE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_INTERFACE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_NATIVE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_NATIVE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PRIVATE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PRIVATE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PROTECTED. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PROTECTED. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PUBLIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_PUBLIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_STATIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_STATIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_SYNCHRONIZED. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_SYNCHRONIZED. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_TRANSIENT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_TRANSIENT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_VOLATILE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
ACC_VOLATILE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
addAttribute(String, byte[]). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This adds a named attribute into a Class file.
addAttribute(String, byte[]). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This adds a named attribute into a Class file.
addClass(DataInput, boolean). Method in class sbktech.tools.hashjava.bytecode.Environment
Use this to start adding classes to the environment for obfuscation.
addClass(DataInput, boolean). Method in class sbktech.tools.hashjava.bytecode.Environment
Use this to start adding classes to the environment for obfuscation.
affects(Method). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
affects(Method). Method in class sbktech.tools.hashjava.bytecode.ClassInfo

C

checkedName(Hashtable, String). Method in class sbktech.tools.hashjava.util.NameGenerator
Return a name which does not belong in the stop table.
checkedName(Hashtable, String). Method in class sbktech.tools.hashjava.util.NameGenerator
Return a name which does not belong in the stop table.
compile(String). Static method in class sbktech.tools.hashjava.util.Matcher
Create a new Matcher from a pattern.
compile(String). Static method in class sbktech.tools.hashjava.util.Matcher
Create a new Matcher from a pattern.
CONSTANT_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_FIELD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_FIELD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_INTEGER. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_INTEGER. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_INTERFACEMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_INTERFACEMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_NAMEANDTYPE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_NAMEANDTYPE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_STRING. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_STRING. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_UNICODE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_UNICODE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_UTF8. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
CONSTANT_UTF8. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants

D

DEBUG_CORRUPT. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if debug information should be altered in ways that tries to break disassemblers/debuggers/decompilers
DEBUG_CORRUPT. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if debug information should be altered in ways that tries to break disassemblers/debuggers/decompilers
DEBUG_REMOVE. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if debug information should be removed.
DEBUG_REMOVE. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if debug information should be removed.
DEBUG_RETAIN. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if original debug information should be retained.
DEBUG_RETAIN. Static variable in class sbktech.tools.hashjava.bytecode.Environment
Constant indicating if original debug information should be retained.
definedFields(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This returns the set of fields defined in the class, and this is the only set that should be altered.
definedFields(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This returns the set of fields defined in the class, and this is the only set that should be altered.
definedMethods(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This returns the set of methods defined in the class, and this is the only set that should be altered.
definedMethods(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
This returns the set of methods defined in the class, and this is the only set that should be altered.
dump(). Method in class sbktech.tools.hashjava.bytecode.Environment
Write out the contents of the current environment into a set of classes.
dump(). Method in class sbktech.tools.hashjava.bytecode.Environment
Write out the contents of the current environment into a set of classes.

E

Environment(BytecodeFactory, Obfuscator, Statistics). Constructor for class sbktech.tools.hashjava.bytecode.Environment
create a new environment to start off the whole process.
Environment(BytecodeFactory, Obfuscator, Statistics). Constructor for class sbktech.tools.hashjava.bytecode.Environment
create a new environment to start off the whole process.
equals(Object). Method in class sbktech.tools.hashjava.bytecode.Method
equals(Object). Method in class sbktech.tools.hashjava.bytecode.Method

F

FileNameGenerator(). Constructor for class sbktech.tools.hashjava.util.FileNameGenerator
FileNameGenerator(). Constructor for class sbktech.tools.hashjava.util.FileNameGenerator

G

getFile(String). Method in class sbktech.tools.hashjava.util.ZipReader
Return a DataInput given a file path name in the archive will return a null if this file is not present in the archive
getFile(String). Method in class sbktech.tools.hashjava.util.ZipReader
Return a DataInput given a file path name in the archive will return a null if this file is not present in the archive

I

info(String). Method in interface sbktech.tools.hashjava.bytecode.Statistics
This is less detailed, more to announce high-level passes
info(String). Method in interface sbktech.tools.hashjava.bytecode.Statistics
This is less detailed, more to announce high-level passes
InterfaceMatchFailedException(String). Constructor for class sbktech.tools.hashjava.bytecode.InterfaceMatchFailedException
InterfaceMatchFailedException(String). Constructor for class sbktech.tools.hashjava.bytecode.InterfaceMatchFailedException
isInnerClass(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
isInnerClass(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo

J

JAVA_MAGIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
JAVA_MAGIC. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
JAVA_MINOR_VERSION. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
JAVA_MINOR_VERSION. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
JAVA_VERSION. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
JAVA_VERSION. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants

L

lessThan(Object). Method in interface sbktech.tools.hashjava.util.Sortable
True if this object is strictly smaller than the target.
lessThan(Object). Method in interface sbktech.tools.hashjava.util.Sortable
True if this object is strictly smaller than the target.
list(). Method in class sbktech.tools.hashjava.util.ZipReader
List files in the archive
list(). Method in class sbktech.tools.hashjava.util.ZipReader
List files in the archive
load(InputStream). Method in class sbktech.tools.hashjava.util.Props
load(InputStream). Method in class sbktech.tools.hashjava.util.Props

M

match(String). Method in class sbktech.tools.hashjava.util.Matcher
See if this string matches the current matcher
match(String). Method in class sbktech.tools.hashjava.util.Matcher
See if this string matches the current matcher
Matcher(). Constructor for class sbktech.tools.hashjava.util.Matcher
Matcher(). Constructor for class sbktech.tools.hashjava.util.Matcher

N

NameGenerator(). Constructor for class sbktech.tools.hashjava.util.NameGenerator
NameGenerator(). Constructor for class sbktech.tools.hashjava.util.NameGenerator
newInnerName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
newInnerName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
newName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
newName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
newName(). Method in class sbktech.tools.hashjava.bytecode.Method
newName(). Method in class sbktech.tools.hashjava.bytecode.Method
newName(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Get the (possibly renamed) name for this Symbol
newName(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Get the (possibly renamed) name for this Symbol
nextMatch(String, int). Method in class sbktech.tools.hashjava.util.Matcher
nextMatch(String, int). Method in class sbktech.tools.hashjava.util.Matcher
nextName(). Method in class sbktech.tools.hashjava.util.NameGenerator
nextName(). Method in class sbktech.tools.hashjava.util.NameGenerator
nextName(String). Method in class sbktech.tools.hashjava.util.FileNameGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.FileNameGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.NameGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.NameGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.NumberGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.NumberGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.UnicodeGenerator
Generate a new name for this old symbol.
nextName(String). Method in class sbktech.tools.hashjava.util.UnicodeGenerator
Generate a new name for this old symbol.
NumberGenerator(). Constructor for class sbktech.tools.hashjava.util.NumberGenerator
NumberGenerator(). Constructor for class sbktech.tools.hashjava.util.NumberGenerator

O

obfuscate(). Method in class sbktech.tools.hashjava.bytecode.Environment
Start the obfuscating process.
obfuscate(). Method in class sbktech.tools.hashjava.bytecode.Environment
Start the obfuscating process.
obfuscate(ClassInfo). Method in interface sbktech.tools.hashjava.bytecode.Obfuscator
Obfuscator implementations should implement this method to enable various renaming schemes.
obfuscate(ClassInfo). Method in interface sbktech.tools.hashjava.bytecode.Obfuscator
Obfuscator implementations should implement this method to enable various renaming schemes.
opc_aaload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aaload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aconst_null. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aconst_null. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_aload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_anewarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_anewarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_areturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_areturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_arraylength. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_arraylength. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_astore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_athrow. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_athrow. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_baload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_baload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_bastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_bastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_bipush. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_bipush. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_breakpoint. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_breakpoint. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_caload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_caload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_castore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_castore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_checkcast. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_checkcast. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_d2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_daload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_daload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dcmpg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dcmpg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dcmpl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dcmpl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ddiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ddiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_drem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_drem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dreturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dreturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2_x1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2_x1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2_x2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup2_x2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup_x1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup_x1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup_x2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_dup_x2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_f2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_faload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_faload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fcmpg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fcmpg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fcmpl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fcmpl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fconst_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fdiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fdiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_frem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_frem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_freturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_freturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_fsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_getfield. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_getfield. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_getstatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_getstatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_goto. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_goto. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_goto_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_goto_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_i2l. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iadd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iaload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iaload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iand. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iand. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_4. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_4. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_5. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_5. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_m1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iconst_m1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_idiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_idiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_acmpeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_acmpeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_acmpne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_acmpne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpge. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpge. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpgt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpgt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmple. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmple. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmplt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmplt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_if_icmpne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifeq. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifge. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifge. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifgt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifgt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifle. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifle. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iflt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iflt. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifne. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifnonnull. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifnonnull. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifnull. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ifnull. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iinc. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iinc. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_imul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_imul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ineg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ineg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_instanceof. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_instanceof. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2byte. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2byte. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2char. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2char. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2short. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_int2short. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokeinterface. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokeinterface. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokenonvirtual. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokenonvirtual. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokestatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokestatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokevirtual. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_invokevirtual. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ior. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ior. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_irem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_irem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ireturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ireturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ishl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ishl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ishr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ishr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_istore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_isub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_isub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iushr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_iushr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ixor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ixor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_jsr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_jsr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_jsr_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_jsr_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2d. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2f. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_l2i. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ladd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ladd. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_laload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_laload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_land. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_land. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lcmp. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lcmp. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lconst_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lconst_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc2_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc2_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldc_w. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ldiv. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lload_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lmul. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lneg. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lookupswitch. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lookupswitch. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lrem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lrem. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lreturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lreturn. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lshl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lshl. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lshr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lshr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_0. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_1. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lstore_3. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lsub. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lushr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lushr. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lxor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_lxor. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_monitorenter. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_monitorenter. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_monitorexit. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_monitorexit. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_multianewarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_multianewarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_new. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_new. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_newarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_newarray. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_nop. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_nop. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_pop. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_pop. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_pop2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_pop2. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_putfield. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_putfield. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_putstatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_putstatic. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ret. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_ret. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_return. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_return. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_saload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_saload. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_sastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_sastore. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_sipush. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_sipush. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_swap. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_swap. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_tableswitch. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_tableswitch. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_wide. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_wide. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_xxxunusedxxx. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opc_xxxunusedxxx. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opcLengths. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opcLengths. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opcNames. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
opcNames. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
originalName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
originalName(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
originalName(). Method in class sbktech.tools.hashjava.bytecode.Method
originalName(). Method in class sbktech.tools.hashjava.bytecode.Method
originalName(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Get the original name for this Symbol
originalName(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Get the original name for this Symbol

P

parentScope(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
parentScope(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
permissions(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
Access permissions for this class
permissions(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
Access permissions for this class
permissions(). Method in class sbktech.tools.hashjava.bytecode.Method
permissions(). Method in class sbktech.tools.hashjava.bytecode.Method
permissions(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
get the access permissions for this symbol
permissions(). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
get the access permissions for this symbol
Props(). Constructor for class sbktech.tools.hashjava.util.Props
Props(). Constructor for class sbktech.tools.hashjava.util.Props

Q

QuickSort(). Constructor for class sbktech.tools.hashjava.util.QuickSort
QuickSort(). Constructor for class sbktech.tools.hashjava.util.QuickSort

R

readClass(String). Method in interface sbktech.tools.hashjava.bytecode.BytecodeFactory
This method should be implemented so that the environment can get hold of a way to read classes based on current input.
readClass(String). Method in interface sbktech.tools.hashjava.bytecode.BytecodeFactory
This method should be implemented so that the environment can get hold of a way to read classes based on current input.
rename(String). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
Set a new name for this class.
rename(String). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
Set a new name for this class.
rename(String). Method in class sbktech.tools.hashjava.bytecode.Method
set the new name for this method
rename(String). Method in class sbktech.tools.hashjava.bytecode.Method
set the new name for this method
rename(String). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Rename the symbol
rename(String). Method in interface sbktech.tools.hashjava.bytecode.Modifiable
Rename the symbol

S

save(OutputStream). Method in class sbktech.tools.hashjava.util.Props
save(OutputStream). Method in class sbktech.tools.hashjava.util.Props
setLineNumberDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how line number debugging information is written out.
setLineNumberDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how line number debugging information is written out.
setLocalVariableDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how local variable table information is written out.
setLocalVariableDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how local variable table information is written out.
setSourceFileDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how source file debugging information is written out.
setSourceFileDebugging(int). Method in class sbktech.tools.hashjava.bytecode.Environment
Control how source file debugging information is written out.
SIG_ARRAY. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_ARRAY. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_DIR. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_DIR. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_EDIR. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_EDIR. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_ENDCLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_ENDCLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_ENDMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_ENDMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_FILE. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_FILE. Static variable in class sbktech.tools.hashjava.util.ZipReader
SIG_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_PACKAGE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_PACKAGE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_VOID. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIG_VOID. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ARRAY. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ARRAY. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ENDCLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ENDCLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ENDMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_ENDMETHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_METHOD. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_PACKAGE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_PACKAGE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_VOID. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
SIGC_VOID. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
sort(Vector, int, int). Static method in class sbktech.tools.hashjava.util.QuickSort
sort(Vector, int, int). Static method in class sbktech.tools.hashjava.util.QuickSort

T

T_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_BOOLEAN. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_BYTE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_CHAR. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_CLASS. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_DOUBLE. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_FLOAT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_INT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_LONG. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
T_SHORT. Static variable in interface sbktech.tools.hashjava.bytecode.VMConstants
toString(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
toString(). Method in class sbktech.tools.hashjava.bytecode.ClassInfo
toString(). Method in class sbktech.tools.hashjava.bytecode.Method
toString(). Method in class sbktech.tools.hashjava.bytecode.Method

U

UnicodeGenerator(). Constructor for class sbktech.tools.hashjava.util.UnicodeGenerator
UnicodeGenerator(). Constructor for class sbktech.tools.hashjava.util.UnicodeGenerator

V

verboseMessage(String). Method in interface sbktech.tools.hashjava.bytecode.Statistics
This is called to provide extremely detailed/debugging information
verboseMessage(String). Method in interface sbktech.tools.hashjava.bytecode.Statistics
This is called to provide extremely detailed/debugging information

W

writeClass(String). Method in interface sbktech.tools.hashjava.bytecode.BytecodeFactory
This one lets the environment write out class files when its finished obfuscating classes.
writeClass(String). Method in interface sbktech.tools.hashjava.bytecode.BytecodeFactory
This one lets the environment write out class files when its finished obfuscating classes.

Z

ZipReader(String). Constructor for class sbktech.tools.hashjava.util.ZipReader
Extract files from a zip uncompressed archive
ZipReader(String). Constructor for class sbktech.tools.hashjava.util.ZipReader
Extract files from a zip uncompressed archive